home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
By Popular Request 2.0
/
By Popular Request 2.0 (Arsenal Computer).ISO
/
amiga_5
/
pblcty14.lha
/
smakefile
< prev
Wrap
Makefile
|
1995-06-27
|
441b
|
23 lines
.c.o:
sc gst mps.g $*.c
.c.g:
sc mgst $*.g $*.c
#--------------------------------------------------------------------------
# Object Modules
#--------------------------------------------------------------------------
COBJ = mps.o
CHDR = mpsasm.h
all: mps
mps: $(AOBJ) $(COBJ)
slink <with <
to mps
from lib:cres.o $(COBJ)
lib lib:sc.lib lib:amiga.lib
SC SD STRIPDEBUG BATCH define ___main=___tinymain
<